home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / SERIE_AI / AI_012 / AI_012.ZIP / X_SPLITT.2_0 / README.TXT next >
Text File  |  1994-08-18  |  6KB  |  139 lines

  1. Splitter V2.00 Release for Atari ST User
  2.  Copyright (c)1994 Uncensored Software
  3.  
  4.  
  5. Files in this distribution:
  6.  
  7.   SPLITTER.PRG - GEM shell for the AtariST version of Splitter
  8.   SPLITTER.TTP - The Atari ST/STe/TT/Falcon version of Splitter
  9.   SPLIT286.EXE - The MSDOS version of Splitter for 286 processors
  10.   SPLIT386.EXE - The MSDOS version of Splitter for 386 processors
  11.  
  12.  
  13. Using SPLITTER from the command line:
  14.  
  15.   To split a file:
  16.  
  17.     SPLITTER  <file to split> <split files prefix> <max bytes per split>
  18.  
  19.   To rejoin (unsplit) a file:
  20.  
  21.     SPLITTER -u <split files prefix>
  22.  
  23.   To check a split file:
  24.  
  25.     SPLITTER -c <split files prefix>
  26.  
  27.  
  28.       Shareware conditions
  29.       ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  30.       If you use Splitter and consider it useful enough to continue using
  31.       it then please consider making a donation to the authors. I would
  32.       suggest £10 UK pounds as a resonable donation. Any donations should
  33.       be sent to the address at the end of this doc file and thanks in
  34.       advance for anything..
  35.  
  36.  
  37.       And now about the program itself!
  38.       ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  39.       Splitter was written after a request from Alan Woodcock (Desktop
  40.       Services) who wanted to be able to ship a 1meg+ scanned image file to
  41.       another machine via floppy disks, obviously the size of the file
  42.       presented a major problem, especially if it had already been packed
  43.       with LZH,ZIP or another archiver. Splitter allows you to overcome
  44.       this barrier by breaking the large file into smaller blocks, and then
  45.       rebuilding it to it's original form.
  46.  
  47.  
  48.       How to use Splitter.
  49.       ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  50.       The main Splitter program was previously written in GFA Basic which
  51.       made it an Atari specific program, for v2 it has been rewritten in C
  52.       using ANSI compliant code and has been successfully compiled without
  53.       any changes on the following platforms:
  54.  
  55.       Atari ST - Lattice C 5.60
  56.       Atari ST - GNU C 2.4.5
  57.       MSDOS 6.20 - GNU C (32 Bit)
  58.       OS/2 2.1 - GNU C
  59.       Sequent Dynix/PTX 2.10
  60.       IBM RS/6000 AIX 3.2.0
  61.  
  62.       This will now allow split files to be rebuilt on computers other
  63.       than Atari's. With the Atari ST release you have the added advantage
  64.       of an easy to use GEM interface which will make it much easier to
  65.       use.
  66.  
  67.       The main display of the Splitter shell allows you to control every
  68.       feature of the program quickly and very easily.  The following text
  69.       will describe each step which you should take for splitting or
  70.       rebuilding a file.
  71.  
  72.       Setting a block size
  73.       ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  74.       There are 3 ways to set your maximum block size. One is to manually
  75.       enter the size in bytes, secondly you can click on either of the
  76.       buttons to increase or decrease the value by 1 byte and lastly by
  77.       double clicking on the buttons which will increase or decrease the
  78.       block size by 1024 bytes at a time. Please note that you can hold
  79.       the mouse button down to repeat the procedure and that a minimum
  80.       block size of 1024 bytes will always be assumed, that is you can
  81.       define any block size from 1024 to 9999999 bytes.
  82.  
  83.       Splitting a file.
  84.       ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  85.       Click on the 'SPLIT' button and use the fileselector to choose the
  86.       file to be split. The size of each split block will depend on the
  87.       setting previously defined.
  88.  
  89.       Rebuilding a split file
  90.       ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  91.       Click on the 'BUILD' button and use the fileselector to select the
  92.       *.000 file which will be rebuilt. Once selected you will then be
  93.       asked to choose the path for the file to be rebuilt into.
  94.  
  95.       Checking a split file
  96.       ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  97.       Click on the 'CHECK' button and use the fileselector to select the
  98.       *.000 file to be checked. No action will be performed apart from the
  99.       integrity of each split block being checked.
  100.  
  101.       For support or suggestions contact..
  102.       ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  103.  
  104.       Authors: Stuart Coates & Mark Matts
  105.       Address: 66 Telford Way, Leicester, LE5 2LX, England.
  106.  
  107.         Or if you have a modem..
  108.  
  109.       Mark Matts on: AtariNet: 51:6/200.0@atarinet.ftn
  110.                      NeST: 90:100/300.0@nest.ftn
  111.  
  112.       Stuart Coates on: AtariNet: 51:6/204.0@atarinet.ftn
  113.                         NeST: 90:100/304.0@nest.ftn
  114.  
  115.       BBS: System ST, upto 14400baud, online 10pm to 7am UK times..
  116.  
  117.       Updated version information
  118.       ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  119.       Version 1.1
  120.  
  121.       o Changed selectable block sizes to be in 100k steps rather than 10k
  122.         steps, this made more sense as you can now split a large file into
  123.         a 720k block to save having too many split files for one large file!
  124.       o When re-building a file you can now select where you want to have
  125.         it rebuilt instead of it re-building automatically in the split
  126.         file folder.
  127.       o If you selected a block file and it was incorrect or corrupted you
  128.         could still click on the 'Rebuild' button even though there was
  129.         nothing to actually rebuild due to the error, this is now fixed.
  130.  
  131.       Version 2.0
  132.  
  133.       o Splitting routines now rewritten in ANSI 'C' to allow support for
  134.         split files on other platforms.
  135.       o New GEM shell written for the new Splitter program.
  136.  
  137.                         ---- Happy file splitting ----
  138.  
  139.